C# Class SnakeBattleNet.Web.Core.Snake

ファイルを表示 Open project: FoC-/SnakeBattle.Net Class Usage Examples

Public Methods

Method Description
Lose ( ) : void
Snake ( string ownerId ) : System
Win ( ) : void

Private Methods

Method Description
Snake ( ) : System

Method Details

Lose() public method

public Lose ( ) : void
return void

Snake() public method

public Snake ( string ownerId ) : System
ownerId string
return System

Win() public method

public Win ( ) : void
return void