squash commits
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
using System.Collections.Generic;
|
||||
using UnityEngine;
|
||||
|
||||
public class DecalManager : MonoBehaviour
|
||||
{
|
||||
public List<DecalDefinition> Decals = new List<DecalDefinition>();
|
||||
}
|
||||
Reference in New Issue
Block a user