DatabaseProperty.cs 110 B

123456789
  1. using UnityEngine;
  2. namespace HQFPSWeapons
  3. {
  4. public class DatabaseProperty : PropertyAttribute
  5. {
  6. }
  7. }