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

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