Пустой тайминг

This commit is contained in:
2025-08-20 14:33:31 +03:00
parent 28de2cc6c9
commit 889457a8d3
3 changed files with 12 additions and 1 deletions

View File

@@ -3,7 +3,8 @@
Trainee::Trainee():
User(),
group(),
computer()
computer(),
timing(0)
{
}