14 lines
223 B
C#
14 lines
223 B
C#
using System;
|
|
|
|
[Serializable]
|
|
public class AudioController_CurrentInspectorSelection
|
|
{
|
|
public int currentCategoryIndex;
|
|
|
|
public int currentItemIndex;
|
|
|
|
public int currentSubitemIndex;
|
|
|
|
public int currentPlaylistIndex;
|
|
}
|