38a12bd3fa
revert Merge pull request 'feature/movement' (#22) from feature/movement into develop Reviewed-on: https://git.brew.monster/Unity/perfect-world-unity/pulls/22 mất package
16 lines
239 B
C#
16 lines
239 B
C#
using BrewMonster;
|
|
using UnityEngine;
|
|
|
|
public class InitializePlayer /*: IAutoInitialize*/
|
|
{
|
|
public void Dispose()
|
|
{
|
|
EC_Player.Dispose();
|
|
}
|
|
|
|
public void Initialize()
|
|
{
|
|
EC_Player.InitStaticRes();
|
|
}
|
|
}
|