Exemplo n.º 1
0
 // ===== Virtual Inherited Functions =====
 public override void Do(Inputs.Skill s)
 {
     Debug.Log("Scotty Do");
 }
Exemplo n.º 2
0
 public virtual void Do(Inputs.Skill s)
 {
 }