Ejemplo n.º 1
0
 public static bool?Attack(IInteractable entity, params string[] args)
 {
     return(entity.Attack());
 }