7 lines
170 B
C#
7 lines
170 B
C#
namespace PkmnLib.Plugin.Gen7.Scripts.Status;
|
|
|
|
[Script(ScriptCategory.Status, "burned")]
|
|
public class Burned : Script
|
|
{
|
|
// TODO: Implement the Burned status effect.
|
|
} |