This repository has been archived on 2026-05-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
rpgskeleton/Scripts/RPG/Main.rb
2014-04-23 21:59:50 -07:00

9 lines
384 B
Ruby

# -*- coding: utf-8 -*-
#==============================================================================
# ** Main
#------------------------------------------------------------------------------
# This processing is executed after module and class definition is finished.
#==============================================================================
rgss_main { SceneManager.run }