mirror of
https://github.com/MoleskiCoder/EightBitNet.git
synced 2024-11-04 04:05:12 +00:00
7 lines
114 B
C#
7 lines
114 B
C#
|
namespace EightBit
|
|||
|
{
|
|||
|
public enum PageCrossingBehavior
|
|||
|
{
|
|||
|
AlwaysReadTwice, MaybeReadTwice
|
|||
|
}
|
|||
|
}
|