FarseerPreInitializeModule 预初始化(常用于全局变量初始化)
| 8 | |
| 9 | // FarseerPreInitializeModule 预初始化(常用于全局变量初始化) |
| 10 | type FarseerPreInitializeModule interface { |
| 11 | FarseerModule |
| 12 | // PreInitialize 预初始化 |
| 13 | PreInitialize() |
| 14 | } |
| 15 | |
| 16 | // FarseerInitializeModule 初始化(常用于根据配置设置初始化对象) |
| 17 | type FarseerInitializeModule interface { |
no outgoing calls
no test coverage detected
searching dependent graphs…