7 lines
162 B
C#
7 lines
162 B
C#
|
namespace PkmnLib.Plugin.Gen7.Scripts.Side;
|
||
|
|
||
|
[Script(ScriptCategory.Side, "reflect")]
|
||
|
public class ReflectEffect : Script
|
||
|
{
|
||
|
// TODO: Implement ReflectEffect
|
||
|
}
|