예제 #1
0
파일: PoisonSwamp.cs 프로젝트: amejii/Arch
 public override void ProcessEnteringItem(
     ItemComponent item)
 {
     Debug.Log("Item : " + item.GetInstanceID().ToString() + " is entering on poison swamp (" + this.GetInstanceID().ToString() + ").");
     // ここで AffectToItem を呼んでもいい
 }
예제 #2
0
 public override void ProcessEnteringItem(
     ItemComponent item)
 {
     Debug.Log("Item : " + item.GetInstanceID().ToString() + " is entering on normal wall (" + this.GetInstanceID().ToString() + ").");
 }