add project files
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
using System;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Ambiance
|
||||
{
|
||||
[Serializable]
|
||||
public class SpecialMatDef
|
||||
{
|
||||
public string id;
|
||||
|
||||
public Material materialRef;
|
||||
|
||||
public bool flippable;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user