namespace Gen7 {
// Empty class to tag the Pokemon as raised up.
[Pokemon effect=RaisedUp]
class RaisedUp : PkmnScript {}
}