Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ const config: Config = {
{
type: 'docsVersionDropdown',
versions: {
'current': { label: '0.1.0' },
'current': { label: '0.1.1' },
},
position: 'right',
docsPluginId: 'oblivion',
Expand Down Expand Up @@ -269,7 +269,7 @@ const config: Config = {
lastVersion: 'current',
versions: {
current: {
label: '0.1.0',
label: '0.1.1',
badge: true
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ public interface IOblivionSyncApi : ISynchronizationApi<ReadyMainCharacter>, ISy

#### Implements

[ISynchronizationApi<ReadyMainCharacter\>](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Sdk.Common/Entities/ISynchronizationApi.cs),
[ISynchronizationApi](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Sdk.Common/Entities/ISynchronizationApi.cs)
[ISynchronizationApi<ReadyMainCharacter\>](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Sdk.Common/Entities/ISynchronizationApi.cs),
[ISynchronizationApi](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Sdk.Common/Entities/ISynchronizationApi.cs)

## Properties

Expand All @@ -34,7 +34,7 @@ void SpawnDroppedItem(FormId item, int stackSize, Vector3 position)

#### Parameters

`item` [FormId](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Relay.Common.Oblivion/FormId.cs)
`item` [FormId](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Common.Oblivion/FormId.cs)

`stackSize` [int](https://learn.microsoft.com/dotnet/api/system.int32)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public readonly struct ReadyDroppedItem : IReadyEntity<ReadyDroppedItem>

#### Implements

[IReadyEntity<ReadyDroppedItem\>](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Sdk.Common/Entities/IReadyEntity.cs)
[IReadyEntity<ReadyDroppedItem\>](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Sdk.Common/Entities/IReadyEntity.cs)

#### Inherited Members

Expand All @@ -34,7 +34,7 @@ public FormId FormId { get; }

#### Property Value

[FormId](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Relay.Common.Oblivion/FormId.cs)
[FormId](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Common.Oblivion/FormId.cs)

### <a id="OblivionMp_Sdk_Entities_DroppedItem_ReadyDroppedItem_StackSize"></a> StackSize

Expand All @@ -56,7 +56,7 @@ public static explicit operator ReadyDroppedItem(ReadyObject obj)

#### Parameters

`obj` [ReadyObject](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Sdk.Common/Entities/ReadyObject.cs)
`obj` [ReadyObject](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Sdk.Common/Entities/ReadyObject.cs)

#### Returns

Expand All @@ -70,7 +70,7 @@ public static explicit operator ReadyDroppedItem(ReadyCharacter character)

#### Parameters

`character` [ReadyCharacter](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Sdk.Common/Entities/ReadyCharacter.cs)
`character` [ReadyCharacter](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Sdk.Common/Entities/ReadyCharacter.cs)

#### Returns

Expand All @@ -88,7 +88,7 @@ public static implicit operator ReadyObject(ReadyDroppedItem mainCharacter)

#### Returns

[ReadyObject](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Sdk.Common/Entities/ReadyObject.cs)
[ReadyObject](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Sdk.Common/Entities/ReadyObject.cs)

### <a id="OblivionMp_Sdk_Entities_DroppedItem_ReadyDroppedItem_op_Implicit_OblivionMp_Sdk_Entities_DroppedItem_ReadyDroppedItem__ReadyM_Sdk_Common_Entities_ReadyCharacter"></a> implicit operator ReadyCharacter\(ReadyDroppedItem\)

Expand All @@ -102,6 +102,6 @@ public static implicit operator ReadyCharacter(ReadyDroppedItem mainCharacter)

#### Returns

[ReadyCharacter](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Sdk.Common/Entities/ReadyCharacter.cs)
[ReadyCharacter](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Sdk.Common/Entities/ReadyCharacter.cs)


Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ public readonly struct ReadyMainCharacter : IReadyEntity<ReadyMainCharacter>

#### Implements

[IReadyEntity<ReadyMainCharacter\>](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Sdk.Common/Entities/IReadyEntity.cs)
[IReadyEntity<ReadyMainCharacter\>](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Sdk.Common/Entities/IReadyEntity.cs)

#### Inherited Members

Expand Down Expand Up @@ -164,7 +164,7 @@ public PlayerId PlayerId { get; }

#### Property Value

[PlayerId](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Api/Idents/PlayerId.cs)
[PlayerId](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Api/Idents/PlayerId.cs)

### <a id="OblivionMp_Sdk_Entities_Player_ReadyMainCharacter_Sex"></a> Sex

Expand All @@ -174,7 +174,7 @@ public CharacterSex Sex { get; set; }

#### Property Value

[CharacterSex](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Relay.Common.Oblivion/ECS/Values/CharacterSex.cs)
[CharacterSex](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Common.Oblivion/ECS/Values/CharacterSex.cs)

## Methods

Expand All @@ -186,7 +186,7 @@ public void AddItemToInventory(FormId itemId, int quantity)

#### Parameters

`itemId` [FormId](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Relay.Common.Oblivion/FormId.cs)
`itemId` [FormId](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Common.Oblivion/FormId.cs)

`quantity` [int](https://learn.microsoft.com/dotnet/api/system.int32)

Expand Down Expand Up @@ -218,7 +218,7 @@ public float GetAttribute(CharacterAttribute attribute)

#### Parameters

`attribute` [CharacterAttribute](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Relay.Common.Oblivion/ECS/Values/CharacterAttribute.cs)
`attribute` [CharacterAttribute](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Common.Oblivion/ECS/Values/CharacterAttribute.cs)

#### Returns

Expand All @@ -232,7 +232,7 @@ public float GetEffectValue(CharacterEffect effect)

#### Parameters

`effect` [CharacterEffect](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Relay.Common.Oblivion/ECS/Values/CharacterEffect.cs)
`effect` [CharacterEffect](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Common.Oblivion/ECS/Values/CharacterEffect.cs)

#### Returns

Expand Down Expand Up @@ -260,12 +260,42 @@ public float GetSocialAttribute(CharacterSocialAttribute attribute)

#### Parameters

`attribute` [CharacterSocialAttribute](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Relay.Common.Oblivion/ECS/Values/CharacterSocialAttribute.cs)
`attribute` [CharacterSocialAttribute](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Common.Oblivion/ECS/Values/CharacterSocialAttribute.cs)

#### Returns

[float](https://learn.microsoft.com/dotnet/api/system.single)

### <a id="OblivionMp_Sdk_Entities_Player_ReadyMainCharacter_HasItemInInventory_ReadyM_Relay_Common_Oblivion_FormId_"></a> HasItemInInventory\(FormId\)

```csharp
public bool HasItemInInventory(FormId itemId)
```

#### Parameters

`itemId` [FormId](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Common.Oblivion/FormId.cs)

#### Returns

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="OblivionMp_Sdk_Entities_Player_ReadyMainCharacter_HasItemInInventory_ReadyM_Relay_Common_Oblivion_FormId_System_Int32__"></a> HasItemInInventory\(FormId, out int\)

```csharp
public bool HasItemInInventory(FormId itemId, out int itemCount)
```

#### Parameters

`itemId` [FormId](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Common.Oblivion/FormId.cs)

`itemCount` [int](https://learn.microsoft.com/dotnet/api/system.int32)

#### Returns

[bool](https://learn.microsoft.com/dotnet/api/system.boolean)

### <a id="OblivionMp_Sdk_Entities_Player_ReadyMainCharacter_RemoveItemFromInventory_ReadyM_Relay_Common_Oblivion_FormId_System_Int32_"></a> RemoveItemFromInventory\(FormId, int\)

```csharp
Expand All @@ -274,7 +304,7 @@ public void RemoveItemFromInventory(FormId itemId, int quantity = 2147483647)

#### Parameters

`itemId` [FormId](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Relay.Common.Oblivion/FormId.cs)
`itemId` [FormId](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Common.Oblivion/FormId.cs)

`quantity` [int](https://learn.microsoft.com/dotnet/api/system.int32)

Expand All @@ -286,7 +316,7 @@ public void SetAttribute(CharacterAttribute attribute, float value)

#### Parameters

`attribute` [CharacterAttribute](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Relay.Common.Oblivion/ECS/Values/CharacterAttribute.cs)
`attribute` [CharacterAttribute](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Common.Oblivion/ECS/Values/CharacterAttribute.cs)

`value` [float](https://learn.microsoft.com/dotnet/api/system.single)

Expand All @@ -298,7 +328,7 @@ public void SetEffectValue(CharacterEffect effect, float value)

#### Parameters

`effect` [CharacterEffect](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Relay.Common.Oblivion/ECS/Values/CharacterEffect.cs)
`effect` [CharacterEffect](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Common.Oblivion/ECS/Values/CharacterEffect.cs)

`value` [float](https://learn.microsoft.com/dotnet/api/system.single)

Expand All @@ -310,7 +340,7 @@ public void SetSocialAttribute(CharacterSocialAttribute attribute, float value)

#### Parameters

`attribute` [CharacterSocialAttribute](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Relay.Common.Oblivion/ECS/Values/CharacterSocialAttribute.cs)
`attribute` [CharacterSocialAttribute](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Common.Oblivion/ECS/Values/CharacterSocialAttribute.cs)

`value` [float](https://learn.microsoft.com/dotnet/api/system.single)

Expand All @@ -324,7 +354,7 @@ public static explicit operator ReadyMainCharacter(ReadyObject obj)

#### Parameters

`obj` [ReadyObject](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Sdk.Common/Entities/ReadyObject.cs)
`obj` [ReadyObject](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Sdk.Common/Entities/ReadyObject.cs)

#### Returns

Expand All @@ -338,7 +368,7 @@ public static explicit operator ReadyMainCharacter(ReadyCharacter character)

#### Parameters

`character` [ReadyCharacter](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Sdk.Common/Entities/ReadyCharacter.cs)
`character` [ReadyCharacter](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Sdk.Common/Entities/ReadyCharacter.cs)

#### Returns

Expand All @@ -356,7 +386,7 @@ public static implicit operator ReadyObject(ReadyMainCharacter mainCharacter)

#### Returns

[ReadyObject](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Sdk.Common/Entities/ReadyObject.cs)
[ReadyObject](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Sdk.Common/Entities/ReadyObject.cs)

### <a id="OblivionMp_Sdk_Entities_Player_ReadyMainCharacter_op_Implicit_OblivionMp_Sdk_Entities_Player_ReadyMainCharacter__ReadyM_Sdk_Common_Entities_ReadyCharacter"></a> implicit operator ReadyCharacter\(ReadyMainCharacter\)

Expand All @@ -370,6 +400,6 @@ public static implicit operator ReadyCharacter(ReadyMainCharacter mainCharacter)

#### Returns

[ReadyCharacter](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Sdk.Common/Entities/ReadyCharacter.cs)
[ReadyCharacter](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Sdk.Common/Entities/ReadyCharacter.cs)


Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ public class Mod : ServerModBase
#### Inheritance

[object](https://learn.microsoft.com/dotnet/api/system.object) ←
[ServerModBase](https://github.com/readycodeio/readym\-gameserver/blob/37d1ae4983c51b8e07919f4a5a8d0e86833a3225/src/ReadyM.Relay.Server.Sdk/ServerModBase.cs) ←
[ServerModBase](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Server.Sdk/ServerModBase.cs) ←
[Mod](../OblivionMp.Sdk.Serverside/OblivionMp.Sdk.Serverside.Mod.md)

#### Inherited Members

[ServerModBase.InitializeAot\(IComponentRegistry\)](https://github.com/readycodeio/readym\-gameserver/blob/37d1ae4983c51b8e07919f4a5a8d0e86833a3225/src/ReadyM.Relay.Server.Sdk/ServerModBase.cs),
[ServerModBase.Initialize\(IServerDependencyContainer\)](https://github.com/readycodeio/readym\-gameserver/blob/37d1ae4983c51b8e07919f4a5a8d0e86833a3225/src/ReadyM.Relay.Server.Sdk/ServerModBase.cs),
[ServerModBase.RegisterComponents\(IComponentRegistry\)](https://github.com/readycodeio/readym\-gameserver/blob/37d1ae4983c51b8e07919f4a5a8d0e86833a3225/src/ReadyM.Relay.Server.Sdk/ServerModBase.cs),
[ServerModBase.Init\(\)](https://github.com/readycodeio/readym\-gameserver/blob/37d1ae4983c51b8e07919f4a5a8d0e86833a3225/src/ReadyM.Relay.Server.Sdk/ServerModBase.cs),
[ServerModBase.Services](https://github.com/readycodeio/readym\-gameserver/blob/37d1ae4983c51b8e07919f4a5a8d0e86833a3225/src/ReadyM.Relay.Server.Sdk/ServerModBase.cs),
[ServerModBase.InitializeAot\(IComponentRegistry\)](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Server.Sdk/ServerModBase.cs),
[ServerModBase.Initialize\(IServerDependencyContainer\)](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Server.Sdk/ServerModBase.cs),
[ServerModBase.RegisterComponents\(IComponentRegistry\)](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Server.Sdk/ServerModBase.cs),
[ServerModBase.Init\(\)](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Server.Sdk/ServerModBase.cs),
[ServerModBase.Services](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Server.Sdk/ServerModBase.cs),
[object.GetType\(\)](https://learn.microsoft.com/dotnet/api/system.object.gettype),
[object.MemberwiseClone\(\)](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone),
[object.ToString\(\)](https://learn.microsoft.com/dotnet/api/system.object.tostring),
Expand Down Expand Up @@ -54,6 +54,6 @@ protected override void RegisterComponents(IComponentRegistry registry)

#### Parameters

`registry` [IComponentRegistry](https://github.com/readycodeio/readym\-gameserver/blob/37d1ae4983c51b8e07919f4a5a8d0e86833a3225/src/ReadyM.Relay.Server.Sdk/Ecs/Components/IComponentRegistry.cs)
`registry` [IComponentRegistry](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Server.Sdk/Ecs/Components/IComponentRegistry.cs)


Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ public ArchetypeId DroppedItemArchetype { get; }

#### Property Value

[ArchetypeId](https://github.com/readycodeio/readym\-gameserver/blob/37d1ae4983c51b8e07919f4a5a8d0e86833a3225/src/ReadyM.Api/Idents/ArchetypeId.cs)
[ArchetypeId](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Api/Idents/ArchetypeId.cs)

### <a id="OblivionMp_Sdk_Serverside_OblivionArchetypes_GlobalPlayerArchetype"></a> GlobalPlayerArchetype

Expand All @@ -50,7 +50,7 @@ public ArchetypeId GlobalPlayerArchetype { get; }

#### Property Value

[ArchetypeId](https://github.com/readycodeio/readym\-gameserver/blob/37d1ae4983c51b8e07919f4a5a8d0e86833a3225/src/ReadyM.Api/Idents/ArchetypeId.cs)
[ArchetypeId](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Api/Idents/ArchetypeId.cs)

### <a id="OblivionMp_Sdk_Serverside_OblivionArchetypes_MainCharacterArchetype"></a> MainCharacterArchetype

Expand All @@ -60,6 +60,6 @@ public ArchetypeId MainCharacterArchetype { get; }

#### Property Value

[ArchetypeId](https://github.com/readycodeio/readym\-gameserver/blob/37d1ae4983c51b8e07919f4a5a8d0e86833a3225/src/ReadyM.Api/Idents/ArchetypeId.cs)
[ArchetypeId](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Api/Idents/ArchetypeId.cs)


Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,6 @@ public required SpellType SpellType { get; init; }

#### Property Value

[SpellType](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Relay.Common.Oblivion/ECS/Values/SpellType.cs)
[SpellType](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Common.Oblivion/ECS/Values/SpellType.cs)


Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public required FormId EffectCode { get; init; }

#### Property Value

[FormId](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Relay.Common.Oblivion/FormId.cs)
[FormId](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Common.Oblivion/FormId.cs)

### <a id="OblivionMp_Sdk_MagicEffect_Magnitude"></a> Magnitude

Expand All @@ -66,6 +66,6 @@ public required MagicEffectRange Range { get; init; }

#### Property Value

[MagicEffectRange](https://github.com/readycodeio/readym\-gameserver/blob/230fe858a098de9ac732d546ca5b1296f221735a/src/ReadyM.Relay.Common.Oblivion/ECS/Values/MagicEffectRange.cs)
[MagicEffectRange](https://github.com/readycodeio/readym\-gameserver/blob/f6694da55b756c544ae0c677331170e78d9f909e/src/ReadyM.Relay.Common.Oblivion/ECS/Values/MagicEffectRange.cs)


Loading
Loading