class Event{ int no;//イベントNO String filename;//スクリプト名 int gra;//グラフィックス boolean move_flag;//通過可能か Event(int no){ this.no = no; } }