refactor: entity structure changes

This commit is contained in:
2022-12-17 14:05:53 +04:00
parent fa6ace4dc8
commit 5a4bf0c24e
4 changed files with 33 additions and 25 deletions
+1
View File
@@ -6,6 +6,7 @@ public class Loop
public Loop()
{
_tasks = new List<IAction>(35);
}