ORilot / DiscordStuff

A little play around with the Webhook feature of discord
0 stars 0 forks source link

Edge Functionality #50

Closed sync-by-unito[bot] closed 4 months ago

sync-by-unito[bot] commented 5 months ago

The strikethrough text was deprecated, please disregard.

Edges are an abtraction for roads and connections between nodes. Their functionality is governed by the “Edge Functionality Script” C# script.

The Edge class extends the following class; MonoBehaviour.

The script imports the following enum ModesOfTransport - (https://trello.com/c/Re9GyDZR )

The Edge class has the following private attribues:

The Edge class has the following public attributes:

The Edge class has the following functionality:

Specified by: Zdenek Plesek

Implemented by: Scott DeVerinne, Oscar Rilot & Tomas Premoli

Validated by:

┆Issue is synchronized with this Trello card by Unito ┆Attachments: Edge.cs:

sync-by-unito[bot] commented 5 months ago

➤ Zdenek Plesek commented:

The following is a list of issues as observed on 08/12/2023 \@ 00:02 on the buildings-edges-travellers-merge branch

Validation Errors in [EdgeFunctionality.cs]

scottdeverinne1 & oscarrilot