eDonnes124 / Town-Of-Us-R

An Among Us mod containing a bunch of roles
GNU General Public License v3.0
336 stars 136 forks source link

clarify naming where tuples are used #172

Open whichtwix opened 11 months ago

whichtwix commented 11 months ago

tuples are used for multiple lists in rpchandling, submergedcompatibility, and in whisperer. Utils.interact returns a a list of booleans which can be unclear from just interact[0] so ive changed to declaring the tuples with named variables rather than item1..etc to be more clear

whichtwix commented 11 months ago

turns out its for .net 8, so cant use it