コード例 #1
0
ファイル: TrinityItem.cs プロジェクト: ysj1995/Trinity
 public override void OnCreated()
 {
     Attributes = new AttributesWrapper(CommonData);
     CommonProperties.Populate(this);
     ItemProperties.Create(this);
 }