Skip to content

Commit

Permalink
docs: [クラスラッパー]XMLドキュメントの内容の誤りを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
automatic9045 committed Jan 2, 2025
1 parent 07f4bd0 commit 66c4fb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Libs/BveTypes/ClassWrappers/Public/AtsPlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ public AtsPlugin(VehicleLocation location, InputManager inputManager, HandleSet

private static FastField IsPluginLoadedField;
/// <summary>
/// 自列車のハンドルのセットを取得・設定します。
/// 何らかの ATS プラグインが読み込まれているかどうかを取得・設定します。
/// </summary>
public bool IsPluginLoaded
{
Expand Down
2 changes: 1 addition & 1 deletion Libs/BveTypes/ClassWrappers/Public/Forms/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ public ContextMenuStrip ContextMenu

private static FastMethod CreateDirectXDevicesMethod;
/// <summary>
/// シナリオを閉じます
/// DirectX 関連デバイスを初期化します
/// </summary>
public void CreateDirectXDevices() => CreateDirectXDevicesMethod.Invoke(Src, null);

Expand Down

0 comments on commit 66c4fb4

Please sign in to comment.