mirror of
https://bitbucket.org/Ioncannon/project-meteor-server.git
synced 2025-06-09 14:04:41 +02:00
Refactored some actor field names
This commit is contained in:
parent
563118372a
commit
4e0cf36552
42 changed files with 462 additions and 462 deletions
|
@ -26,7 +26,7 @@ namespace Meteor.Map.Actors
|
|||
|
||||
public Command(uint actorID, string name) : base(actorID)
|
||||
{
|
||||
actorName = name;
|
||||
Name = name;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue