mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-05-20 08:26:59 -04:00
Refactored some actor field names
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Meteor.Map.Actors
|
||||
{
|
||||
public Judge(uint actorID, string name) : base(actorID)
|
||||
{
|
||||
actorName = name;
|
||||
Name = name;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user