示例#1
0
 public void SetPlayerAttackDelegate(PlayerAttackDelegate d)
 {
     // We dont expect this to ever be called from the client.
     throw new System.NotImplementedException();
 }
示例#2
0
    /**
     * IPlayerController interface
     */

    public void SetPlayerAttackDelegate(PlayerAttackDelegate attackDelegate)
    {
        this.attackDelegate = attackDelegate;
    }
 public void SetPlayerAttackDelegate(PlayerAttackDelegate d)
 {
 }