7 lines
223 B
C#
7 lines
223 B
C#
namespace PkmnLib.Plugin.Gen7.Scripts.Moves;
|
|
|
|
[Script(ScriptCategory.Move, "secret_power")]
|
|
public class SecretPower : Script
|
|
{
|
|
// FIXME: Implement this. How to get the terrain in a sane manner? See also Camouflage.cs
|
|
} |