Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hoonsubin committed Apr 23, 2024
1 parent c03a5cd commit 1d90c1b
Show file tree
Hide file tree
Showing 12 changed files with 419 additions and 354 deletions.
3 changes: 3 additions & 0 deletions api/CatchIo.Runtime.Items.ConsumableItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="CatchIo.Runtime.Items.Item.html#CatchIo_Runtime_Items_Item_Release">Item.Release()</a>
</div>
<div>
<a class="xref" href="CatchIo.Runtime.Items.Item.html#CatchIo_Runtime_Items_Item_OnRelease">Item.OnRelease()</a>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="CatchIo.Runtime.Items.html">CatchIo.Runtime.Items</a></h6>
<h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
Expand Down
11 changes: 11 additions & 0 deletions api/CatchIo.Runtime.Items.Item.html
Original file line number Diff line number Diff line change
Expand Up @@ -518,6 +518,17 @@ <h5 class="parameters">Parameters</h5>
</table>


<a id="CatchIo_Runtime_Items_Item_OnRelease_" data-uid="CatchIo.Runtime.Items.Item.OnRelease*"></a>
<h4 id="CatchIo_Runtime_Items_Item_OnRelease" data-uid="CatchIo.Runtime.Items.Item.OnRelease">OnRelease()</h4>
<div class="markdown level1 summary"><p>On released to the object pool</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected virtual void OnRelease()</code></pre>
</div>


<a id="CatchIo_Runtime_Items_Item_Release_" data-uid="CatchIo.Runtime.Items.Item.Release*"></a>
<h4 id="CatchIo_Runtime_Items_Item_Release" data-uid="CatchIo.Runtime.Items.Item.Release">Release()</h4>
<div class="markdown level1 summary"></div>
Expand Down
3 changes: 3 additions & 0 deletions api/CatchIo.Runtime.Items.StaminaPotion.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="CatchIo.Runtime.Items.Item.html#CatchIo_Runtime_Items_Item_Release">Item.Release()</a>
</div>
<div>
<a class="xref" href="CatchIo.Runtime.Items.Item.html#CatchIo_Runtime_Items_Item_OnRelease">Item.OnRelease()</a>
</div>
</div>
<h6><strong>Namespace</strong>: <a class="xref" href="CatchIo.Runtime.Items.html">CatchIo.Runtime.Items</a></h6>
<h6><strong>Assembly</strong>: cs.temp.dll.dll</h6>
Expand Down
3 changes: 3 additions & 0 deletions api/CatchIo.Runtime.Items.Stone.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="CatchIo.Runtime.Items.ThrowableItem.html#CatchIo_Runtime_Items_ThrowableItem_OnDetected">ThrowableItem.OnDetected()</a>
</div>
<div>
<a class="xref" href="CatchIo.Runtime.Items.ThrowableItem.html#CatchIo_Runtime_Items_ThrowableItem_OnRelease">ThrowableItem.OnRelease()</a>
</div>
<div>
<a class="xref" href="CatchIo.Runtime.Items.Item.html#CatchIo_Runtime_Items_Item_Owner">Item.Owner</a>
</div>
Expand Down
3 changes: 3 additions & 0 deletions api/CatchIo.Runtime.Items.TeleportRune.html
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="CatchIo.Runtime.Items.ThrowableItem.html#CatchIo_Runtime_Items_ThrowableItem_OnDetected">ThrowableItem.OnDetected()</a>
</div>
<div>
<a class="xref" href="CatchIo.Runtime.Items.ThrowableItem.html#CatchIo_Runtime_Items_ThrowableItem_OnRelease">ThrowableItem.OnRelease()</a>
</div>
<div>
<a class="xref" href="CatchIo.Runtime.Items.Item.html#CatchIo_Runtime_Items_Item_Owner">Item.Owner</a>
</div>
Expand Down
13 changes: 13 additions & 0 deletions api/CatchIo.Runtime.Items.ThrowableItem.html
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,19 @@ <h5 class="overrides">Overrides</h5>
<div><a class="xref" href="CatchIo.Runtime.Items.Item.html#CatchIo_Runtime_Items_Item_OnPickup_CatchIo_Runtime_Character_CharacterFacade_">Item.OnPickup(CharacterFacade)</a></div>


<a id="CatchIo_Runtime_Items_ThrowableItem_OnRelease_" data-uid="CatchIo.Runtime.Items.ThrowableItem.OnRelease*"></a>
<h4 id="CatchIo_Runtime_Items_ThrowableItem_OnRelease" data-uid="CatchIo.Runtime.Items.ThrowableItem.OnRelease">OnRelease()</h4>
<div class="markdown level1 summary"><p>On released to the object pool</p>
</div>
<div class="markdown level1 conceptual"></div>
<h5 class="decalaration">Declaration</h5>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">protected override void OnRelease()</code></pre>
</div>
<h5 class="overrides">Overrides</h5>
<div><a class="xref" href="CatchIo.Runtime.Items.Item.html#CatchIo_Runtime_Items_Item_OnRelease">Item.OnRelease()</a></div>


<a id="CatchIo_Runtime_Items_ThrowableItem_OnThrow_" data-uid="CatchIo.Runtime.Items.ThrowableItem.OnThrow*"></a>
<h4 id="CatchIo_Runtime_Items_ThrowableItem_OnThrow" data-uid="CatchIo.Runtime.Items.ThrowableItem.OnThrow">OnThrow()</h4>
<div class="markdown level1 summary"></div>
Expand Down
3 changes: 3 additions & 0 deletions api/CatchIo.Runtime.Items.TrapRune.html
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,9 @@ <h5>Inherited Members</h5>
<div>
<a class="xref" href="CatchIo.Runtime.Items.ThrowableItem.html#CatchIo_Runtime_Items_ThrowableItem_OnDetected">ThrowableItem.OnDetected()</a>
</div>
<div>
<a class="xref" href="CatchIo.Runtime.Items.ThrowableItem.html#CatchIo_Runtime_Items_ThrowableItem_OnRelease">ThrowableItem.OnRelease()</a>
</div>
<div>
<a class="xref" href="CatchIo.Runtime.Items.Item.html#CatchIo_Runtime_Items_Item_Owner">Item.Owner</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ <h5 class="fieldValue">Field Value</h5>
</thead>
<tbody>
<tr>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.tuple-2">Tuple</a>&lt;<span class="xref">Player</span>, <span class="xref">ExitGames.Client.Photon.Hashtable</span>&gt;&gt;</td>
<td><a class="xref" href="https://learn.microsoft.com/dotnet/api/system.action-1">Action</a>&lt;<span class="xref">System.Tuple</span>&lt;<span class="xref">Player</span>, <span class="xref">ExitGames.Client.Photon.Hashtable</span>&gt;&gt;</td>
<td></td>
</tr>
</tbody>
Expand Down
16 changes: 8 additions & 8 deletions index.json

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -1576,7 +1576,7 @@
"output": {
".html": {
"relative_path": "api/CatchIo.Runtime.Items.ConsumableItem.html",
"hash": "eTeHnDEUqAbOeH+KEsWQl5CH0ogLRf3dk77DyIBX6rg="
"hash": "+ftcGijm5CIegSJ1LUDuqr4Q7OFufiKt+LE+kWUkxrU="
}
},
"is_incremental": false,
Expand All @@ -1588,7 +1588,7 @@
"output": {
".html": {
"relative_path": "api/CatchIo.Runtime.Items.Item.html",
"hash": "vOt/BWD+Oe6L0bCADlPE04unQfb/E56vvtqQ84+7AZQ="
"hash": "auk9o+s4FEj21rKQkbpbzB79ebdgikfrcjFu4y9iW4g="
}
},
"is_incremental": false,
Expand All @@ -1612,7 +1612,7 @@
"output": {
".html": {
"relative_path": "api/CatchIo.Runtime.Items.StaminaPotion.html",
"hash": "f4xWBCVk4uxTee7PT2tkcbX3N1Kk1ktmeZZ2EWhGTns="
"hash": "/CBwba6FkOd8U9LgAK2mjehfm/vEr9BQv4qPJLZP6OY="
}
},
"is_incremental": false,
Expand All @@ -1624,7 +1624,7 @@
"output": {
".html": {
"relative_path": "api/CatchIo.Runtime.Items.Stone.html",
"hash": "OGspPQwVLKz8ukUZDjKL3vrO/1tuIvN8zJcYVaV87Tc="
"hash": "cds4GUJJ7xcGRRW4LMx2FmdWkuTBcg7K3Le0o3osebg="
}
},
"is_incremental": false,
Expand All @@ -1636,7 +1636,7 @@
"output": {
".html": {
"relative_path": "api/CatchIo.Runtime.Items.TeleportRune.html",
"hash": "htk4j/dSkZQhZ4Qn8L6+fnJXDwHrRwLXrpxTcOaTbEw="
"hash": "/EncFIjNJqvSdG347s9bSvj12r4rvxQhEe4Z2qj/ihY="
}
},
"is_incremental": false,
Expand All @@ -1648,7 +1648,7 @@
"output": {
".html": {
"relative_path": "api/CatchIo.Runtime.Items.ThrowableItem.html",
"hash": "HU+zIPjjiNqQUfevfO/0/YvCxbEQ4HUMv8ENT7Nr37U="
"hash": "x5eH79/n4JCRCwrKs7KWDeAzm9dE3XeoyMOn9Nhdw7E="
}
},
"is_incremental": false,
Expand All @@ -1660,7 +1660,7 @@
"output": {
".html": {
"relative_path": "api/CatchIo.Runtime.Items.TrapRune.html",
"hash": "pnmRTZyuxG3TfwrXtgYtiNmWE1RvpmmCJpE0SEUGw5g="
"hash": "VONKLN7BXvBv+HDqAxpgWE1ZvKsSOqtkkN3FnQzdEyo="
}
},
"is_incremental": false,
Expand Down Expand Up @@ -3040,7 +3040,7 @@
"output": {
".html": {
"relative_path": "api/CatchIo.Runtime.ScriptableObjects.Network.PlayersInRoom.html",
"hash": "gn+lyNmrypR3HgTTE0MDIu1LJcOllSDvNtsZzgbJpxg="
"hash": "7t7hsVN5+6SnwEuEzBAvRkK5sZljSWnxVEmlwSDc2r8="
}
},
"is_incremental": false,
Expand Down
Loading

0 comments on commit 1d90c1b

Please sign in to comment.