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