It looks like you're new here. If you want to get involved, click one of these buttons!
Player = Core.class (Sprite) print(Player.class_name) // I want to get “Player” local ins_player = Player.new() print(ins_player.class_name) // I want to get “Player” |
Comments