Newer
Older
DungeonShooting / DungeonShooting_Godot / src / weapon / RegisterWeapon.cs
using System;

[AttributeUsage(AttributeTargets.Class | AttributeTargets.Method)]
public class RegisterWeapon : Attribute
{
    public RegisterWeapon(string id)
    {

    }
}