Files
mir-godot/service/framework/utils/empty_data.go

11 lines
256 B
Go
Raw Normal View History

2024-03-06 10:47:22 +08:00
/**
#*****************************************************************************
2024-08-06 18:30:21 +08:00
# @author MakerYang
# @site mir2.makeryang.com
2024-03-06 10:47:22 +08:00
#*****************************************************************************
*/
package Utils
2024-08-06 18:30:21 +08:00
type EmptyData struct{}