4 lines
152 B
Python
4 lines
152 B
Python
|
|
class ServerEvents(object):
|
||
|
|
BlockRandomTickServerEvent = "BlockRandomTickServerEvent"
|
||
|
|
ServerBlockEntityTickEvent = "ServerBlockEntityTickEvent"
|