~ruther/NosSmooth

b58efc1eeec7ada4b703ca518cf530062916ea4b — František Boháček 3 years ago de208b0
feat: add character type skeleton
1 files changed, 12 insertions(+), 0 deletions(-)

A Core/NosSmooth.Game/Data/Characters/Character.cs
A Core/NosSmooth.Game/Data/Characters/Character.cs => Core/NosSmooth.Game/Data/Characters/Character.cs +12 -0
@@ 0,0 1,12 @@
// 
// Character.cs
// 
// Copyright (c) Christofel authors. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.

namespace NosSmooth.Game.Entities;

public class Character : Player
{
    
}
\ No newline at end of file

Do not follow this link