mirror of
https://github.com/WWhiteDreamProject/wwdpublic.git
synced 2026-04-17 05:27:38 +03:00
* V1 commit * Remove PDA name and unnecessary pda state * Adds PDA to Chameleon backpack & thief toolbox * Change to use AppearanceDataInit * Add basic PDA state to ensure there's always a sprite before AppearanceData can be applied * Revert PDA name (this will be changed to another way later) * Update PDA name updating to new system * Fix yaml, and fix Agent ID chameleon * Updated based on review (cherry picked from commit 21351df03ab01e6e9c600ba78382950be223570c)
9 lines
111 B
C#
9 lines
111 B
C#
using Content.Shared.PDA;
|
|
|
|
namespace Content.Client.PDA;
|
|
|
|
public sealed class PdaSystem : SharedPdaSystem
|
|
{
|
|
|
|
}
|