style: newline
This commit is contained in:
parent
a65e04673e
commit
92337afda7
@ -17,7 +17,6 @@ public Player(string _name, string _id, double _creationDate)
|
|||||||
name = _name;
|
name = _name;
|
||||||
id = _id;
|
id = _id;
|
||||||
creationDate = _creationDate;
|
creationDate = _creationDate;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public Player(string _name)
|
public Player(string _name)
|
||||||
|
@ -18,5 +18,4 @@ public class Prompt
|
|||||||
[field: SerializeField]
|
[field: SerializeField]
|
||||||
[FirestoreProperty]
|
[FirestoreProperty]
|
||||||
public string en { get; set; }
|
public string en { get; set; }
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user