#author("2025-05-30T13:49:31+09:00","default:admin","admin") #author("2025-09-17T15:10:35+09:00","default:admin","admin") *Plugin Reference [#hc5a8f69] RPG Developer Bakin Plugin Reference:https://rpgbakin.com/csreference/ This is a plugin reference for RPG Developer Bakin. A brief description of each class used to create Bakin plugins is included. We will continue to add more detailed descriptions of the most frequently used classes. There are two main types of plugins: - Tool Plugins (.dll format) - Engine Plugins (.cs format) As of March 2023, the following two types of engine plugins are available for the creation environment. As of May 2025, the following two types of engine plugins are available for the creation environment. -- Event Scripts: Assign C# programs to events -- Battle Plugins: Replace Bakin's battle system with a C# program As of March 2023, this reference describes classes related to creating the above two types of plugins. As of May 2025, this reference describes classes related to creating the above two types of plugins.