コード例 #1
0
ファイル: MomentManager.cs プロジェクト: spherous/VN-Core
 private void Awake() => instance = this;
コード例 #2
0
 public GMTimeline()
 {
     Moments = new MomentManager(this);
 }