private void SetGridPreview(GridDefinition Definition) { //Need to have a cooldown on this shit Log.Warn($"Client requested to set grid preview of {Definition.GridName}!"); //Get grid. HangarMarketController.SetGridPreview(Definition.ProjectorEntityID, Definition.OwnerSteamID, Definition.GridName); }
private void PruchaseGrid(BuyGridRequest Offer, ulong BuyerSteamID) { HangarMarketController.PurchaseGridOffer(BuyerSteamID, Offer.OwnerSteamID, Offer.GridName); }