If you appreciate the work done within the wiki, please consider supporting The Cutting Room Floor on Patreon. Thanks for all your support!

User:Scooterdoops

From The Cutting Room Floor
Jump to navigation Jump to search

theyming

Nick Brawl Page Graveyard

NASB Notice.png Nasb Online crossPlay.png NASB Online crossplayGlow.png

considered characters for Nick Brawl: Alex Mack

shop code

namespace Nick.Unlocks
{
	// Token: 0x0200061E RID: 1566
	public interface IShop
	{
		// Token: 0x17001B0F RID: 6927
		// (get) Token: 0x06004756 RID: 18262
		bool ShopAvailable { get; }

		// Token: 0x06004757 RID: 18263
		void Init(ShopItem[] allItems);

		// Token: 0x06004758 RID: 18264
		Job<IShopItem[]> GetAvailableItems(ShopItem[] wantedItems);

		// Token: 0x06004759 RID: 18265
		Job BuyItem(ShopItem item);

		// Token: 0x0600475A RID: 18266
		bool IsUnlocked(string key);}
}
Test goals in use on Boxed, a test stage.