mirror of
https://github.com/mixandjam/Splatoon-Ink.git
synced 2026-03-22 01:36:13 -05:00
9 lines
138 B
C#
9 lines
138 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
[SelectionBase]
|
|
public class SplatGun : MonoBehaviour
|
|
{
|
|
}
|