🐛 Remove listener inside callback

This commit is contained in:
2023-07-30 16:56:11 +03:00
parent c01b748031
commit 5199b5271b
8 changed files with 62 additions and 46 deletions
+3 -1
View File
@@ -56,7 +56,9 @@ namespace Ragon.Client
{
State = new RagonEntityState(this);
Type = type;
_spawnPayload = new RagonPayload(0);
_destroyPayload = new RagonPayload(0);
_sceneId = sceneId;
}