9 lines
No EOL
222 B
C#
9 lines
No EOL
222 B
C#
using System.Collections;
|
|
using UnityEngine;
|
|
|
|
namespace Tiles {
|
|
public class WaterTile : BaseTile {
|
|
public WaterTile() : base("Assets/Farming Asset Pack/Split Assets/water_sprite_00.png") {
|
|
}
|
|
}
|
|
} |