Skip to content
Snippets Groups Projects
Commit 52326389 authored by Nongma SORGHO's avatar Nongma SORGHO
Browse files

chore

parent 33e57968
Branches
Tags
1 merge request!52(chore: all) id joueur in game
This commit is part of merge request !52. Comments created here will be created in the context of that merge request.
......@@ -92,7 +92,7 @@ public class Joueur : MonoBehaviour
*/
public int get_ID_joueur() { return ID_joueur; }
public void set_ID_joueur(int x) { UnityEngine.Log("changing id joueur") ; ID_joueur = x; }
public void set_ID_joueur(int x) { ID_joueur = x; }
/**
* @brief Attribue la valeur de ID_BDD
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment