5 lines
135 B
ActionScript
5 lines
135 B
ActionScript
|
namespace Gen7 {
|
||
|
// Empty class to tag the Pokemon as raised up.
|
||
|
[Pokemon effect=RaisedUp]
|
||
|
class RaisedUp : PkmnScript {}
|
||
|
}
|