Cargo Console Limit (#1095)
Co-authored-by: Pieter-Jan Briers <pieterjan.briers+git@gmail.com>
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
using System.Collections.Generic;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using Content.Server.GameObjects.Components.Cargo;
|
||||
using Content.Shared.Prototypes.Cargo;
|
||||
|
||||
@@ -13,5 +14,6 @@ namespace Content.Server.Cargo
|
||||
void AddComponent(CargoOrderDatabaseComponent component);
|
||||
List<CargoOrderData> GetOrdersFromAccount(int accountId);
|
||||
List<CargoOrderData> RemoveAndGetApprovedFrom(CargoOrderDatabase database);
|
||||
(int CurrentCapacity, int MaxCapacity) GetCapacity(int id);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user