mirror of
https://github.com/BlackMATov/unity-iso-tools.git
synced 2025-12-14 17:09:31 +07:00
6 lines
110 B
C#
6 lines
110 B
C#
using UnityEngine;
|
|
|
|
namespace IsoTools {
|
|
public class IsoTile : MonoBehaviour {
|
|
}
|
|
} // namespace IsoTools |