go_dreamfactory/sys/configure/structs/Story.ETxtEffect.go
2023-12-07 16:09:07 +08:00

19 lines
581 B
Go

//------------------------------------------------------------------------------
// <auto-generated>
// This code was generated by a tool.
// Changes to this file may cause incorrect behavior and will be lost if
// the code is regenerated.
// </auto-generated>
//------------------------------------------------------------------------------
package cfg
const (
StoryETxtEffect_None = 0
StoryETxtEffect_DialogShake = 1
StoryETxtEffect_LensShake = 2
StoryETxtEffect_PlayEffect = 3
StoryETxtEffect_UIEffect = 4
StoryETxtEffect_BlackScreen = 5
)