npc animtion processing
This commit is contained in:
@@ -32,6 +32,10 @@ namespace BrewMonster.Network
|
||||
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
|
||||
base.Awake();
|
||||
}
|
||||
private void Start()
|
||||
{
|
||||
CECNPC.InitStaticRes();
|
||||
}
|
||||
/// <summary>
|
||||
/// Send a
|
||||
/// </summary>
|
||||
@@ -193,6 +197,7 @@ namespace BrewMonster.Network
|
||||
void OnDestroy()
|
||||
{
|
||||
_gameSession.Disconnect();
|
||||
CECNPC.ReleaseStaticRes();
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user