Files
Continentis/Assets/Mods/Basic/Cards/Scripts/Knight/IronWall.cs
2025-10-30 12:07:59 -04:00

17 lines
279 B
C#

using UnityEngine;
public class IronWall : MonoBehaviour
{
// Start is called once before the first execution of Update after the MonoBehaviour is created
void Start()
{
}
// Update is called once per frame
void Update()
{
}
}