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