示例#1
0
    public MSBS.Model.Enemy Serialize(GameObject parent)
    {
        var model = new MSBS.Model.Enemy();

        _Serialize(model, parent);
        return(model);
    }
示例#2
0
 public void SetModel(MSBS.Model.Enemy model)
 {
     setBaseModel(model);
 }