Initial Commit
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using Easter2025.Customs.Generics;
|
||||
using KitchenLib.Utils;
|
||||
using UnityEngine;
|
||||
|
||||
namespace Easter2025.Customs.Appliances.SceneAppliances
|
||||
{
|
||||
public class EasterGround : GenericSceneAppliance
|
||||
{
|
||||
public override string UniqueNameID => "EasterGround";
|
||||
public override GameObject Prefab => Mod.Bundle.LoadAsset<GameObject>("EasterGround").AssignMaterialsByNames();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user