mirror of
https://github.com/rafi1212122/PemukulPaku
synced 2025-12-13 22:54:35 +01:00
Packets 😭
This commit is contained in:
@@ -79,6 +79,10 @@ namespace Common.Database
|
||||
{
|
||||
User.collection.ReplaceOne(Builders<UserScheme>.Filter.Eq(user => user.Id, Id), this);
|
||||
}
|
||||
public uint GetCreationTime()
|
||||
{
|
||||
return (uint)((DateTimeOffset)Id.CreationTime).ToUnixTimeSeconds();
|
||||
}
|
||||
}
|
||||
#pragma warning restore CS8618 // Non-nullable field must contain a non-null value when exiting constructor. Consider declaring as nullable.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user