squash commits

This commit is contained in:
2025-01-07 18:54:46 +02:00
parent 855639487b
commit 62c0a21987
3632 changed files with 708443 additions and 999 deletions
@@ -0,0 +1,7 @@
using System.Collections.Generic;
using UnityEngine;
public class DecalManager : MonoBehaviour
{
public List<DecalDefinition> Decals = new List<DecalDefinition>();
}