6 lines
107 B
C#
6 lines
107 B
C#
using UnityEngine;
|
|
|
|
public class ScopeBase : MonoBehaviour
|
|
{
|
|
public AimReference defaultReference;
|
|
} |