mirror of
https://github.com/DerTyp7/harvestdale-unity.git
synced 2025-10-29 04:42:08 +01:00
11 lines
124 B
C#
11 lines
124 B
C#
using UnityEngine;
|
|
using UnityEngine.Tilemaps;
|
|
|
|
public class House : Building
|
|
{
|
|
|
|
public override void OnPlace()
|
|
{
|
|
|
|
}
|
|
} |