Decode() public method

public Decode ( Server.Mobile from ) : void
from Server.Mobile
return void
Exemplo n.º 1
0
 public override void OnClick()
 {
     if (!m_Map.Deleted)
     {
         m_Map.Decode(Owner.From);
     }
 }