Splatoon-Ink/Assets/Scripts/SplatGun.cs
André Cardoso f87d326ef0 final polish
2021-03-10 19:03:07 +01:00

9 lines
138 B
C#

using System.Collections;
using System.Collections.Generic;
using UnityEngine;
[SelectionBase]
public class SplatGun : MonoBehaviour
{
}