BazaarRealmMod/Source/Scripts/BRShop.psc

5 lines
341 B
Plaintext
Raw Normal View History

2020-10-13 01:26:16 +00:00
scriptname BRShop
bool function Create(string apiUrl, string apiKey, string name, string description = "", quest quest) global native
bool function Update(string apiUrl, string apiKey, int id, string name, string description = "", quest quest) global native
bool function Get(string apiUrl, string apiKey, int id, quest quest) global native