LeviLamina
Loading...
Searching...
No Matches
TransferItemTo.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace AgentComponents::Actions {
6
8public:
9 // member variables
10 // NOLINTBEGIN
11 ::ll::TypedStorage<4, 4, int> src;
12 ::ll::TypedStorage<4, 4, int> dest;
13 ::ll::TypedStorage<4, 4, int> quantity;
14 // NOLINTEND
15};
16
17} // namespace AgentComponents::Actions
Definition TransferItemTo.h:7