Algo
Algo
CC#
Created by Algo on 5/15/2024 in #help
Class Objects Aren't Working Correctly?
thread closing
16 replies
CC#
Created by Algo on 5/15/2024 in #help
Class Objects Aren't Working Correctly?
ty for the help effort tho
16 replies
CC#
Created by Algo on 5/15/2024 in #help
Class Objects Aren't Working Correctly?
this approach should be a method built-in :picard_facepalm:
16 replies
CC#
Created by Algo on 5/15/2024 in #help
Class Objects Aren't Working Correctly?
i used this instead
Array.Resize(ref this.User.available_vpns, this.User.available_vpns.Length + 1);
this.User.available_vpns[this.User.available_vpns.Length - 1] = vpn;
Array.Resize(ref this.User.available_vpns, this.User.available_vpns.Length + 1);
this.User.available_vpns[this.User.available_vpns.Length - 1] = vpn;
16 replies
CC#
Created by Algo on 5/15/2024 in #help
Class Objects Aren't Working Correctly?
let me take a look at an old project i did this way in
16 replies
CC#
Created by Algo on 5/15/2024 in #help
Class Objects Aren't Working Correctly?
ok 1sec
16 replies
CC#
Created by Algo on 5/15/2024 in #help
Class Objects Aren't Working Correctly?
hmmm
16 replies
CC#
Created by Algo on 5/15/2024 in #help
Class Objects Aren't Working Correctly?
O_o
16 replies