コード例 #1
0
 public void Deactivate()
 {
     currentSlot = null;
 }
コード例 #2
0
 public void Activate(ItemIconSlot startSlot)
 {
     currentSlot  = startSlot;
     currentState = new ItemIconIdleState(this);
     currentState.Start();
 }