using System.Collections; using System.Collections.Generic; using UnityEngine; namespace Invector.DefineSymbolsManager { public class ShooterDefineSymbols : InvectorDefineSymbols { public override List GetSymbols { get { return new List() { "INVECTOR_SHOOTER" }; } } } }