备份CatanBuilding瘦身独立工程
This commit is contained in:
13
LocalPackages/zzwater/Editor/ZZWaterEditor.cs
Normal file
13
LocalPackages/zzwater/Editor/ZZWaterEditor.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
using UnityEditor;
|
||||
|
||||
namespace zz.water.editor
|
||||
{
|
||||
public class ZZWaterEditor
|
||||
{
|
||||
|
||||
[MenuItem("Assets/Create/ZZWater/Mesh")]
|
||||
private static void CreateWaterPlaneAsset() {
|
||||
ProjectWindowUtil.CreateAssetWithContent("NewWatermesh.watermesh", "");
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user