12 lines
No EOL
213 B
C#
12 lines
No EOL
213 B
C#
using UnityEngine;
|
|
|
|
namespace Tiles
|
|
{
|
|
public class GrassTile : BaseTile
|
|
{
|
|
public GrassTile() : base("Assets/Farming Asset Pack/Split Assets/farming_tileset_000.png")
|
|
{
|
|
|
|
}
|
|
}
|
|
} |