Notifications
Clear all
Combu Server/Client
2
Posts
2
Users
0
Reactions
680
Views
Topic starter
i use to be able to use this
UserFile newFile = new UserFile();
newFile.sharing = UserFile.eShareType.Friends;
but i cant use it anymore UserFile does not contain a difinition for eShareType anymore. how can i fix it or something equal to it thankyou.
Posted : 07/08/2019 2:40 pm
All enums (including eShareType) have been moved into the namespace Combu, so you can just add "using Combu;" at top of your script (else you'll have to specify the namespace: Combu.eShareType.Friends).
FRANCESCO CROCETTI @ SKARED CREATIONS
Posted : 09/08/2019 9:30 am