Exemple #1
0
 def public_auth_key(self, value):
     Theme.setvariable(self.id_member, "cust_public", value)
Exemple #2
0
 def private_auth_key(self, value):
     Theme.setvariable(self.id_member, "cust_privat", value)
Exemple #3
0
 def ingame(self, value):
     Theme.setvariable(self.id_member, "cust_ingame", value)