mirror of
https://forgejo.xatacraft.ru/Sunshine/mkxp-sunshine.git
synced 2026-08-19 13:29:54 +00:00
a
This commit is contained in:
parent
f5d2816753
commit
9fa0dbb601
2 changed files with 0 additions and 2 deletions
|
|
@ -22,7 +22,6 @@ class Game_Actor < Game_Battler
|
|||
#--------------------------------------------------------------------------
|
||||
def initialize(actor_id)
|
||||
super()
|
||||
RPG::Mod.exec_hooks("hooks/Game_Actor/init", binding)
|
||||
setup(actor_id)
|
||||
end
|
||||
#--------------------------------------------------------------------------
|
||||
|
|
|
|||
|
|
@ -11,7 +11,6 @@ class Game_Actors
|
|||
#--------------------------------------------------------------------------
|
||||
def initialize
|
||||
@data = []
|
||||
RPG::Mod.exec_hooks("hooks/Game_Actors/init", binding)
|
||||
end
|
||||
#--------------------------------------------------------------------------
|
||||
# * Get Actor
|
||||
|
|
|
|||
Loading…
Reference in a new issue