备份CatanBuilding瘦身独立工程
This commit is contained in:
14
Assets/Scripts/SandDig/model/Data/PropData.cs
Normal file
14
Assets/Scripts/SandDig/model/Data/PropData.cs
Normal file
@@ -0,0 +1,14 @@
|
||||
using System;
|
||||
using Script.RuntimeScript.GameLogic;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Script.RuntimeScript.model.Data
|
||||
{
|
||||
public class PropData
|
||||
{
|
||||
public int PropId = 0;
|
||||
public Vector3 LocalPos = Vector3.zero;
|
||||
public bool IsOk = false;
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user