package fight type FightLog struct { Commands []interface{} } /// /// 增加战报日志 /// /// func (this *FightLog) AddCommand(log interface{}) { //FightDebug.Log($"战报:{log.ToString()}"); // this.Commands = app }