7 lines
155 B
C#
7 lines
155 B
C#
namespace PkmnLib.Plugin.Gen7.Scripts.Moves;
|
|
|
|
[Script(ScriptCategory.Move, "teleport")]
|
|
public class Teleport : Script
|
|
{
|
|
// FIXME: Implement teleport
|
|
} |