player animation

This commit is contained in:
VDH
2025-10-11 16:09:00 +07:00
parent 042b248368
commit bd344fcff5
20 changed files with 211 additions and 873 deletions
+2 -2
View File
@@ -5,11 +5,11 @@ public class InitializePlayer /*: IAutoInitialize*/
{
public void Dispose()
{
EC_Player.Dispose();
CECPlayer.Dispose();
}
public void Initialize()
{
EC_Player.InitStaticRes();
CECPlayer.InitStaticRes();
}
}