public void TearDown()
 {
     _cache = null;
 }
Exemple #2
0
 public ActorSkill()
 {
     _skillUiState = new AreaCache <long>(GetSkillUiStatePtr);
 }
 public void Setup()
 {
     _cache = new AreaCache();
 }