Finish the A moves
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2021-10-30 18:45:42 +02:00
parent cb2f53a239
commit afe091eefa
14 changed files with 213 additions and 10 deletions

6
Scripts/Weather/Hail.as Normal file
View File

@@ -0,0 +1,6 @@
namespace Gen7 {
[Weather effect=Hail]
class Hail : PkmnScript {
// TODO
}
}