메소드 | 설명 | |
---|---|---|
Delete ( Microsoft.Practices.EnterpriseLibrary.Data.Database db ) : System | ||
Execute ( Entities player ) : void |
Delete the player from the game
|
public Delete ( Microsoft.Practices.EnterpriseLibrary.Data.Database db ) : System | ||
db | Microsoft.Practices.EnterpriseLibrary.Data.Database | |
리턴 | System |
public Execute ( Entities player ) : void | ||
player | Entities | The player to remove |
리턴 | void |