Skip to content

Commit

Permalink
コメント追加
Browse files Browse the repository at this point in the history
  • Loading branch information
Arisa9006 committed Nov 16, 2024
1 parent 8b17756 commit cc82326
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/dev/felnull/Data/StorageData.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public class StorageData {
public final boolean personal;//個人用かグループ用かのフラグ
public final Set<String> requireBankPermission;//ストレージ直下の金庫の要求パーミッション(BukkitPermではない)
public int bankMoney;//ストレージ付属金庫の値
public Map<String,InventoryData> storageInventry;//ストレージに含まれているインベントリデータ
public Map<String,InventoryData> storageInventry;//ストレージに含まれているインベントリデータ キーのStringはページ名

public StorageData(int groupName, boolean personal, Set<String> requireBankPermission, Map<String,InventoryData> storageInventry, int bankMoney) {
this.groupName = groupName;
Expand Down

0 comments on commit cc82326

Please sign in to comment.