package com.eb.rpg; public class CommonEvent extends Named { public int trigger = 0, switch_id = 1; public EventCommand[] list = new EventCommand[]{new EventCommand()}; }