bondage-college-mirr/BondageClub/Scripts/MessagesPatch.d.ts
2025-02-09 14:12:01 +01:00

38 lines
1.2 KiB
TypeScript

// Declarations of BC types referenced in Messages.d.ts but originating from other files
// This file should be included when sharing Messages.d.ts with the server
type ArousalSettingsType = unknown;
type AudioSettingsType = unknown;
type ClubCard = unknown;
type CharacterGameParameters = unknown;
type CharacterOnlineSharedSettings = unknown;
type ChatRoomMapData = unknown;
type ChatRoomMapPos = unknown;
type ChatSettingsType = unknown;
type ControllerSettingsType = unknown;
type CraftingItem = unknown;
type ExtensionSettings = unknown;
type GameplaySettingsType = unknown;
type GenderSettingsType = unknown;
type GraphicsSettingsType = unknown;
type HSVColor = unknown;
type ImmersionSettingsType = unknown;
type InfiltrationType = unknown;
type ItemColor = unknown;
type ItemProperties = unknown;
type LogRecord = unknown;
type NotificationSettingsType = unknown;
type NPCTrait = unknown;
type PlayerOnlineSettings = unknown;
type Skill = unknown;
type VisualSettingsType = unknown;
type ActivityName = string;
type AssetCategory = string;
type AssetGroupName = string;
type AssetPoseName = string;
type ExpressionGroupName = string;
type ExpressionName = string;
type ReputationType = string;
type TitleName = string;
type SpeechTransformName = string;