mirror of
https://github.com/RaidMax/IW4M-Admin.git
synced 2025-06-10 15:20:48 -05:00
[application] added chat context to profile page
[iw4script] reworked balance to balance based on performance rating [stats] log penalty context to database
This commit is contained in:
@ -16,6 +16,11 @@ namespace SharedLibraryCore.Helpers
|
||||
public float Y { get; protected set; }
|
||||
public float Z { get; protected set; }
|
||||
|
||||
// this is for EF and really should be somewhere else
|
||||
public Vector3()
|
||||
{
|
||||
|
||||
}
|
||||
public Vector3(float x, float y, float z)
|
||||
{
|
||||
X = x;
|
||||
|
Reference in New Issue
Block a user