Awake() public static method

public static Awake ( ) : void
return void
コード例 #1
0
 // Use this for initialization
 void Awake()
 {
     InventoryData.Awake();
 }