|
using PkmnLib.Dynamic.ScriptHandling;
|
|
using PkmnLib.Dynamic.ScriptHandling.Registry;
|
|
|
|
namespace PkmnLib.Plugin.Gen7.Scripts.Status;
|
|
|
|
[Script(ScriptCategory.Status, "burned")]
|
|
public class Burned : Script
|
|
{
|
|
// TODO: Implement the Burned status effect.
|
|
} |