i am trying to upload a plugin but i keep getting an error, this is my code
namespace Oxide.Plugins
{
[Info("Perfect Repair", "Bruno Puccio", "1.0.0")]
[Description("bla bla bla")]
class PerfectRepair : RustPlugin
{
//code
}
}