C# Class WeaponUnlockSystem, code

ファイルを表示 Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
IsWeaponUnlocked ( string name ) : bool
UnlockWeapon ( string name ) : void

Private Methods

Method Description
InitialWeapons ( ) : string[]

Method Details

IsWeaponUnlocked() public static method

public static IsWeaponUnlocked ( string name ) : bool
name string
return bool

UnlockWeapon() public static method

public static UnlockWeapon ( string name ) : void
name string
return void