コード例 #1
0
 private void Awake()
 {
     manage = this;
 }
コード例 #2
0
ファイル: netManager.cs プロジェクト: GuvenRepository/DalBat
 void Start()
 {
     Instance = this;
     DontDestroyOnLoad(gameObject);
     //hostIPInput.keyboardType = TouchScreenKeyboardType.NumbersAndPunctuation;
 }