mirror of
https://github.com/DerTyp7/harvestdale-unity.git
synced 2025-10-29 20:52:10 +01:00
asd
This commit is contained in:
11
Assets/Scripts/House.cs
Normal file
11
Assets/Scripts/House.cs
Normal file
@@ -0,0 +1,11 @@
|
||||
using UnityEngine;
|
||||
using UnityEngine.Tilemaps;
|
||||
|
||||
public class House : Building
|
||||
{
|
||||
|
||||
public override void OnPlace()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user