lunariafantasia/Scripts/_.72.rb
2024-01-12 03:12:38 -06:00

14 lines
661 B
Ruby

#==============================================================================
# ■ Window_KeyItem
#------------------------------------------------------------------------------
#  イベントコマンド[アイテム選択の処理]に使用するウィンドウです。
#==============================================================================
class Window_KeyItem < Window_ItemList
#--------------------------------------------------------------------------
# ● アイテムを許可状態で表示するかどうか
#--------------------------------------------------------------------------
def enable?(item)
true
end
end