Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Reousa committed Dec 21, 2023
1 parent f7c43e1 commit fc4434a
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
namespace NebulaModel.Packets.Factory.Storage;
namespace NebulaModel.Packets.Factory.Storage;

public class StorageSyncSetFilterPacket
{
public StorageSyncSetFilterPacket() { }

// @TODO: This can potentially be moved up the call stack - in UI input - for storage boxes-
// to avoid sending redundant data like `StorageIndex` & `StorageType` per every grid slot.
public StorageSyncSetFilterPacket(int storageIndex, int planetId, int gridIndex, int filterId, EStorageType storageType)
{
StorageIndex = storageIndex;
Expand Down

0 comments on commit fc4434a

Please sign in to comment.