コード例 #1
0
ファイル: NPCInspector.cs プロジェクト: pchernev/Zombayo
 void OnEnable()
 {
     npc = target as NPC;
     npc.ensureDataConsistency();
 }