コード例 #1
0
ファイル: MSBRegion23Region.cs プロジェクト: esmayl/dstools
    public MSBS.Region.Region23 Serialize(GameObject parent)
    {
        var region = new MSBS.Region.Region23();

        _Serialize(region, parent);
        region.UnkT00 = UnkT00;
        return(region);
    }
コード例 #2
0
ファイル: MSBRegion23Region.cs プロジェクト: esmayl/dstools
 public void SetRegion(MSBS.Region.Region23 region)
 {
     setBaseRegion(region);
     UnkT00 = region.UnkT00;
 }