7 lines
153 B
C#
7 lines
153 B
C#
|
namespace PkmnLib.Plugin.Gen7.Scripts.Moves;
|
||
|
|
||
|
[Script(ScriptCategory.Move, "fire_pledge")]
|
||
|
public class FirePledge : Script
|
||
|
{
|
||
|
// TODO: pledge moves
|
||
|
}
|