#============================================================================
# 〇 清除战斗日志
#============================================================================
Object.const_set :Window_BattleLog, Class.new {
def initialize(*); end
def method_missing(*); end
}
#============================================================================
# 〇 清除战斗日志
#============================================================================
Object.const_set :Window_BattleLog, Class.new {
def initialize(*); end
def method_missing(*); end
}