The_Dark_Side_of_Earth/utils/global.gd

7 lines
101 B
GDScript3
Raw Normal View History

class_name Global
static var next_dmg_id : int = 0 :
get:
next_dmg_id += 1
return next_dmg_id