7 lines
72 B
Go
7 lines
72 B
Go
package memory
|
|
|
|
const (
|
|
tzOffline = 0x29B3208
|
|
tzOnline = 0x29B3188
|
|
)
|