add project files
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Ambiance
|
||||
{
|
||||
[Serializable]
|
||||
public class SpecialPrefabDef
|
||||
{
|
||||
public string id;
|
||||
|
||||
public Transform prefab;
|
||||
|
||||
public Vector3 offsetMin;
|
||||
|
||||
public Vector3 offsetMax;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user