Add entity manager content
This commit is contained in:
12
Torch.Server/ViewModels/Entities/CharacterViewModel.cs
Normal file
12
Torch.Server/ViewModels/Entities/CharacterViewModel.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using Sandbox.Game.Entities.Character;
|
||||
|
||||
namespace Torch.Server.ViewModels.Entities
|
||||
{
|
||||
public class CharacterViewModel : EntityViewModel
|
||||
{
|
||||
public CharacterViewModel(MyCharacter character) : base(character)
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user