This commit is contained in:
SoulliesOfficial
2025-11-14 01:40:00 -05:00
parent c09dae7783
commit 9a8eadef24
49 changed files with 245 additions and 190 deletions

View File

@@ -0,0 +1,16 @@
using UnityEngine;
public class MarshallOfUnderworld : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}