Skip to content
#

signalr

Here are 747 public repositories matching this topic...

Asp.Net Core 5 samples (+Blazor, Angular 11, React 17, Vue 2.6) with Clean Architecture (Microservices, Modular Monolith, Monolith), Domain-Driven Design, CQRS, Event Sourcing, SOLID, Asp.Net Core Identity Custom Storage, Identity Server 4 Admin UI, Entity Framework Core, Selenium E2E Testing, SignalR Notification, Hangfire Tasks Scheduling, Health Checks, Security Headers, ...

  • Updated Jan 21, 2021
  • C#
LiamKenneth
LiamKenneth commented Sep 25, 2020

In the Item class (found in the Item folder of the GameLogic project)

  1. Add a new enum value to ItemTypes called Money
  2. Add a property of type int called Value to Item.cs this is to store the value of the money.

With a money item in the room, assuming it's called Gold coin

  1. The user will see "(500) gold coins stacked here."
    • 500 comes from the value property of th

Improve this page

Add a description, image, and links to the signalr topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the signalr topic, visit your repo's landing page and select "manage topics."

Learn more