added some //region ... //endregion

This commit is contained in:
Dylan K. Taylor
2019-05-16 14:35:34 +01:00
parent ff2600a0d0
commit 642c16dfe7
2 changed files with 7 additions and 1 deletions

View File

@ -92,7 +92,7 @@ class Effect{
self::register(new Effect(Effect::CONDUIT_POWER, "%potion.conduitPower", new Color(0x1d, 0xc2, 0xd1)));
}
/* auto-generated code */
//region --- auto-generated code ---
public static function ABSORPTION() : Effect{
return self::get(Effect::ABSORPTION);
@ -198,6 +198,8 @@ class Effect{
return self::get(Effect::WITHER);
}
//endregion
/**
* @param Effect $effect
*/