Skip to content

Fix first name wiping on player reincarnation #306

Fix first name wiping on player reincarnation

Fix first name wiping on player reincarnation #306

Workflow file for this run

name: Build
on: [pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: 6.0.200
- name: Build Project
run: dotnet build --configuration Release