13 lines
180 B
C#
13 lines
180 B
C#
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
namespace BITFALL.Guns.Modify
|
|
{
|
|
public class GunControllerAimComponent : MonoBehaviour
|
|
{
|
|
|
|
}
|
|
|
|
}
|