コード例 #1
0
 protected virtual void Register()
 {
     PrefsInstances.Add(this);
 }
コード例 #2
0
ファイル: PrefsBase.cs プロジェクト: sishui/PrefsUGUI
 protected virtual void Regist()
 {
     PrefsInstances.Add(this);
     this.AfterRegist();
 }