C# Class UnitIdentity, PocketGodsRPG_Proto

Represents a unique identity for a controllable unit By: NeilDG
ファイルを表示 Open project: pocket-playlab/PocketGodsRPG_Proto Class Usage Examples

Public Methods

Method Description
GetUnitName ( ) : string
UnitIdentity ( string givenName ) : System.Collections

Method Details

GetUnitName() public method

public GetUnitName ( ) : string
return string

UnitIdentity() public method

public UnitIdentity ( string givenName ) : System.Collections
givenName string
return System.Collections