1
This commit is contained in:
@@ -21,5 +21,11 @@ namespace BITFALL.Entities.Cosmetic
|
||||
base.Initialize(_entity);
|
||||
_entity.As<Entity>().AddService<ICosmeticService>(cosmeticService);
|
||||
}
|
||||
|
||||
public override void OnStart()
|
||||
{
|
||||
base.OnStart();
|
||||
cosmeticService.SetDirty();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user