Sha256: 5b8b14cf78c6c8f298fb3bf8f8b8af20c2643c03e206035d1521b0e833412358
Contents?: true
Size: 376 Bytes
Versions: 5
Compression:
Stored size: 376 Bytes
Contents
module WWMD class VSInt16 < VSReadValue; end class VSInt32 < VSReadValue; end class VSByte < VSReadValue; end class VSChar < VSReadValue; end class VSDateTime < VSReadValue; end class VSDouble < VSReadValue; end class VSSingle < VSReadValue; end class VSColor < VSReadValue; end class VSKnownColor < VSReadValue; end end
Version data entries
5 entries across 5 versions & 1 rubygems