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