コード例 #1
0
ファイル: AvatarBase.cs プロジェクト: kyondi/ZMOBA
 public override void attachComponents()
 {
     compMatchAvatar.onAttached(this);
     component1.onAttached(this);
     component2.onAttached(this);
     component3.onAttached(this);
 }
コード例 #2
0
 public override void attachComponents()
 {
     componentFrameSync.onAttached(this);
 }