You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While compiling Assets\Battlehub\RTEditor\Runtime\RTEditor\Legacy\Dialogs\AssetLibrarySelectDialog.cs
it says it can't find what is ItemArgs in this line:
private void OnItemDoubleClick(object sender, ItemArgs e)
The definition of ItemArgs is in:
Assets\Battlehub\UIControls\Scripts\ItemsControl.cs
public class ItemArgs : EventArgs
And that is only one error out of 115.
Using version 4.5.1 from Dec 18, 2024
The text was updated successfully, but these errors were encountered:
While compiling Assets\Battlehub\RTEditor\Runtime\RTEditor\Legacy\Dialogs\AssetLibrarySelectDialog.cs
it says it can't find what is ItemArgs in this line:
private void OnItemDoubleClick(object sender, ItemArgs e)
The definition of ItemArgs is in:
Assets\Battlehub\UIControls\Scripts\ItemsControl.cs
public class ItemArgs : EventArgs
And that is only one error out of 115.
Using version 4.5.1 from Dec 18, 2024
The text was updated successfully, but these errors were encountered: